Skip to content

Add protocol-neutral language intelligence - #11

Merged
konojunya merged 5 commits into
mainfrom
agent/language-intelligence-api
Sep 5, 2026
Merged

Add protocol-neutral language intelligence#11
konojunya merged 5 commits into
mainfrom
agent/language-intelligence-api

Conversation

@konojunya

Copy link
Copy Markdown
Member

Summary

  • add stateless native APIs for versioned diagnostics, context-aware completion, semantic hover, and hierarchical document symbols
  • validate source positions and bounded caller-owned icon catalogs without adding runtime dependencies
  • adopt the canonical language-intelligence 1.0 fixtures from specification revision 0545936ecaebe77b9309bacd0447b8073a1d0701
  • document compiler, formatter, and protocol-adapter ownership boundaries
  • cross-build the same semantic core for wasm32-unknown-unknown in CI

Verification

  • cargo fmt --check
  • cargo test
  • STACK_SPECIFICATION_DIR=../specification cargo test --features conformance --test conformance --test language_intelligence_conformance
  • cargo build --lib --target wasm32-unknown-unknown --locked
  • cargo clippy --all-targets --all-features -- -D warnings
  • RUSTDOCFLAGS=-Dwarnings cargo doc --no-deps
  • cargo llvm-cov --lib --all-features --workspace --fail-under-lines 95 --fail-under-functions 95 --fail-under-regions 95
  • cargo publish --dry-run --locked

@konojunya
konojunya merged commit 84ab566 into main Sep 5, 2026
2 checks passed
@konojunya
konojunya deleted the agent/language-intelligence-api branch September 5, 2026 06:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant